home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / basic / Mildred.readme < prev    next >
Text File  |  2000-05-02  |  23KB  |  391 lines

  1. Short:    Chunkygraphics library v1.51 for Blitz Basic 2
  2. Author:   Paul West
  3. Uploader: paul@stationone.demon.co.uk
  4. Type:     dev/basic
  5. Replaces: Mildred.lha
  6. Requires: 68020+ CPU, preferably some fastram, and prior knowledge of blitz
  7.  
  8. NB: This archive is a replica of the entire contents of the Mildred website.
  9.  
  10. Mildred is a 2D chunkygraphics library for Blitz Basic 2. It attempts to replace
  11. most of the existing planar graphics system and also add new features and
  12. capabilities, the main difference being that everything is done in `chunky' data
  13. format rather than planar. This has many advantages in various areas and a
  14. comprehensive range of blit and other routines are provided as well as many
  15. custom objects (chunky bitmaps, shapes, queues, tables, c2pwindows, etc..)
  16.  
  17. Mildred brings you 219 new tokens, with the functionality of 407 via syntax
  18. variations and God knows how many variations of blit modes and switches, in a
  19. custom library which has full runtime errochecking routines. The library is the
  20. largest ever made for blitz but probably you will not mind the byte overhead
  21. when you consider what it will make possible for you in your software. Working
  22. in chunky allows easy graphics-card support and output to AGA via a flexible
  23. chunky-to-planar system.
  24.  
  25. The Mildred library was written in 1998-2000 by Paul West. Full copyright has
  26. been reclaimed from Pagan Games. You are permitted to use the lib in any and
  27. all of your blitz software, be it freeware, shareware, licenseware,
  28. commercialware or whatever. I do not ask for any fee in return unless you are
  29. feeling generous. If you are using it in an commercial product that is
  30. retailing for more than 5 UK-pounds per item, then I wouldn't mind a mention or
  31. some cash. :-D
  32.  
  33. The original aminet archive was a collection of archives from the official Mildred
  34. support site, which is at http://www.stationone.demon.co.uk and the same trend
  35. continues with this update. There have been a number of revisions since the
  36. previous update and some more example programs added. The full sourcecode to the
  37. library is also now available in ascii and BB2 format! Loading up index.html
  38. you will be greeted with a copy of the front page of the support site, which will
  39. allow you to read the comments about each of the archives to give you some idea
  40. of what they are. The main Mildred library is in the Mildred.lha archive. See the
  41. documentation for how to install it.
  42.  
  43. If you are on the internet I suggest you just go to the support site, and also
  44. recommend joining the blitz mailing list if you haven't already done so which
  45. can be achieved by sending an empty message to blitz-list-subscribe@netsoc.ucd.ie
  46. where you will find a number of blitz addicts and Mildred users.
  47.  
  48. The previous aminet release was v1.50.
  49.  
  50. This library is now v1.51. This may not be the last release as I still have
  51. ideas for future optimisations and tokens. The following changes to the library
  52. itself have occured since the release of v1.50:
  53.  
  54. v1.51 - Work resumed 27/02/2000 for the first time since 22/05/1999, copyright ownership has been reclaimed
  55.       - Bug identified in PerformBlit1/2/3_16[b] MSimpleReMapMode. Masking isn't working right, shape's cookie is blocks of 4!
  56.       - Macro RemakeStencil optimised by changing SNE.b to SEQ.b and removing the NOT.l, slight speedup making cookie/stencil
  57.       - Fixed bug in PerformBlit1/2/3_16[b] MSimpleReMapMode. Replaced TST.l with CMP.l #-1, as it was skipping 4 instead of 1
  58.       - Design flaw: Programmers should beware that cludged cookies/stencils must share the same linemodulo as the main data
  59.       - Optimised macro PerformYFlip for improved speed Yflipping if width is multiple of 16
  60.       - Optimised/recoded macro PerformXFlip for improved speed Xflipping if width is multiple of 4 or 16. ScrollDemo is 1fps+
  61.  
  62. Note that this release includes new example programs, the full library
  63. sourcecode, and a spruced up website.
  64.  
  65. Probs/comments/suggestions/worldly praise to paul@stationone.demon.co.uk
  66.  
  67. Also check out http://www.stationone.demon.co.uk for the support site.
  68.  
  69. Cheers,
  70. Paul.
  71.  
  72.  
  73. ============================= Archive contents =============================
  74.  
  75. Original  Packed Ratio    Date     Time    Name
  76. -------- ------- ----- --------- --------  -------------
  77.    37440   37440  0.0% 19-Jan-00 00:39:12 +temp6.jpg
  78.    28326    6069 78.5% 02-Mar-00 21:15:08 +MAIN.html
  79.     1448     742 48.7% 02-Mar-00 21:14:10 +MBLOCKUNQUEUE.html
  80.     1161     590 49.1% 02-Mar-00 21:14:10 +MPARTICLEFORMAT.html
  81.     1685     849 49.6% 02-Mar-00 21:14:10 +MPICTUREDISSOLVEOUT.html
  82.      575     344 40.1% 02-Mar-00 21:14:10 +MADDXYTOPARTICLESQ.html
  83.     1352     656 51.4% 02-Mar-00 21:14:10 +MDRAWINGMODE.html
  84.     1198     625 47.8% 02-Mar-00 21:14:10 +MMILDREDBASE.html
  85.     1345     668 50.3% 02-Mar-00 21:14:10 +MPARTICLEMODE.html
  86.      602     377 37.3% 02-Mar-00 21:14:12 +MADDTOYPARTICLES.html
  87.      577     345 40.2% 02-Mar-00 21:14:10 +MADDXYTOPARTICLES.html
  88.      435     280 35.6% 02-Mar-00 21:14:10 +MADDXYTOPARTICLESA.html
  89.     1179     660 44.0% 02-Mar-00 21:14:10 +MPROCESSOR.html
  90.     1157     611 47.1% 02-Mar-00 21:14:10 +MADDTOPARTICLES.html
  91.     1434     721 49.7% 02-Mar-00 21:14:10 +MGRABPARTICLESANDPLOT.html
  92.     1445     747 48.3% 02-Mar-00 21:14:10 +MREBOUNDPARTICLES.html
  93.     1293     683 47.1% 02-Mar-00 21:14:10 +MWRAPPARTICLES.html
  94.     1321     707 46.4% 02-Mar-00 21:14:10 +MDRAWPARTICLES.html
  95.     1136     620 45.4% 02-Mar-00 21:14:10 +MGRABPARTICLES.html
  96.     1540     789 48.7% 02-Mar-00 21:14:10 +MPLOTPARTICLES.html
  97.     1197     613 48.7% 02-Mar-00 21:14:10 +MSMASKSCROLLMODE.html
  98.     1952     979 49.8% 02-Mar-00 21:14:10 +MREMAPMODE.html
  99.     1239     651 47.4% 02-Mar-00 21:14:10 +MSIMPLEREMAPMODE.html
  100.      485     316 34.8% 02-Mar-00 21:14:10 +MTABLEPTR.html
  101.      304     214 29.6% 02-Mar-00 21:14:10 +MUSEDTABLE.html
  102.      469     308 34.3% 02-Mar-00 21:14:10 +MUSETABLE.html
  103.      511     320 37.3% 02-Mar-00 21:14:10 +MADDRTABLE.html
  104.      567     351 38.0% 02-Mar-00 21:14:10 +MAUTOUSETABLES.html
  105.      641     373 41.8% 02-Mar-00 21:14:10 +MFREETABLE.html
  106.      941     527 43.9% 02-Mar-00 21:14:10 +MRESERVETABLES.html
  107.      821     486 40.8% 02-Mar-00 21:14:10 +MTABLE.html
  108.      988     528 46.5% 02-Mar-00 21:14:10 +MCOLOURMODE.html
  109.      882     499 43.4% 02-Mar-00 21:14:10 +MINK.html
  110.      670     417 37.7% 02-Mar-00 21:14:10 +MLINECOOKIE.html
  111.      405     282 30.3% 02-Mar-00 21:14:10 +MLINESHAPE.html
  112.      674     419 37.8% 02-Mar-00 21:14:10 +MLINESTENCIL.html
  113.     1650     871 47.2% 02-Mar-00 21:14:10 +MCLUDGECOOKIE.html
  114.      401     278 30.6% 02-Mar-00 21:14:10 +MCLUDGESTENCIL.html
  115.      679     426 37.2% 02-Mar-00 21:14:10 +MLINE.html
  116.     1431     715 50.0% 02-Mar-00 21:14:10 +MREMAP.html
  117.      429     296 31.0% 02-Mar-00 21:14:10 +MREMAPSHAPE.html
  118.      698     411 41.1% 02-Mar-00 21:14:10 +MBOXCOOKIE.html
  119.      704     413 41.3% 02-Mar-00 21:14:10 +MBOXSTENCIL.html
  120.      835     489 41.4% 02-Mar-00 21:14:10 +MGENERICPTR.html
  121.     1278     672 47.4% 02-Mar-00 21:14:10 +MPLANAR16TOBITMAP.html
  122.      457     300 34.3% 02-Mar-00 21:14:10 +MPLANAR16TOSHAPE.html
  123.      761     445 41.5% 02-Mar-00 21:14:10 +MBOX.html
  124.      695     410 41.0% 02-Mar-00 21:14:10 +MBOXFCOOKIE.html
  125.      386     266 31.0% 02-Mar-00 21:14:10 +MBOXFSHAPE.html
  126.      701     411 41.3% 02-Mar-00 21:14:10 +MBOXFSTENCIL.html
  127.      389     267 31.3% 02-Mar-00 21:14:10 +MBOXSHAPE.html
  128.      758     447 41.0% 02-Mar-00 21:14:10 +MBOXF.html
  129.      685     427 37.6% 02-Mar-00 21:14:10 +MQSBLIT.html
  130.      369     262 28.9% 02-Mar-00 21:14:10 +MQSBLITCUT.html
  131.      458     313 31.6% 02-Mar-00 21:14:10 +MQSBLITMODE.html
  132.      681     431 36.7% 02-Mar-00 21:14:10 +MQSBLOCK.html
  133.      628     408 35.0% 02-Mar-00 21:14:10 +MQDUMMY.html
  134.      996     532 46.5% 02-Mar-00 21:14:10 +MSBLIT.html
  135.      765     427 44.1% 02-Mar-00 21:14:10 +MSBLITCUT.html
  136.     1242     642 48.3% 02-Mar-00 21:14:10 +MSBLITMODE.html
  137.      759     452 40.4% 02-Mar-00 21:14:10 +MSBLOCK.html
  138.     1132     564 50.1% 02-Mar-00 21:14:10 +MBITMAPPTR.html
  139.      662     408 38.3% 02-Mar-00 21:14:10 +MCOOKIEPTR.html
  140.      633     399 36.9% 02-Mar-00 21:14:10 +MSHAPEPTR.html
  141.      673     409 39.2% 02-Mar-00 21:14:10 +MSTENCILPTR.html
  142.     1026     550 46.3% 02-Mar-00 21:14:10 +MUNQUEUE.html
  143.      544     359 34.0% 02-Mar-00 21:14:10 +MAUTOUSEQUEUES.html
  144.      861     511 40.6% 02-Mar-00 21:14:10 +MQBLIT.html
  145.      892     533 40.2% 02-Mar-00 21:14:10 +MQBLOCK.html
  146.      311     219 29.5% 02-Mar-00 21:14:10 +MUSEDQUEUE.html
  147.      546     345 36.8% 02-Mar-00 21:14:10 +MUSEQUEUE.html
  148.      506     304 39.9% 02-Mar-00 21:14:10 +MADDRQUEUE.html
  149.      459     310 32.4% 02-Mar-00 21:14:10 +MFLUSHQUEUE.html
  150.      725     420 42.0% 02-Mar-00 21:14:10 +MFREEQUEUE.html
  151.     1197     625 47.7% 02-Mar-00 21:14:10 +MQBLITMODE.html
  152.      661     415 37.2% 02-Mar-00 21:14:10 +MQUEUE.html
  153.      831     476 42.7% 02-Mar-00 21:14:10 +MRESERVEQUEUES.html
  154.      561     383 31.7% 02-Mar-00 21:14:10 +MSTILE32X32STORE.html
  155.      599     400 33.2% 02-Mar-00 21:14:10 +MTILE16X16STORE.html
  156.      600     399 33.5% 02-Mar-00 21:14:10 +MTILE32X32STORE.html
  157.      655     396 39.5% 02-Mar-00 21:14:10 +MSTILE16X16.html
  158.      561     384 31.5% 02-Mar-00 21:14:10 +MSTILE16X16STORE.html
  159.      655     394 39.8% 02-Mar-00 21:14:10 +MSTILE32X32.html
  160.      527     346 34.3% 02-Mar-00 21:14:10 +MTILE16X16.html
  161.      527     345 34.5% 02-Mar-00 21:14:10 +MTILE32X32.html
  162.      683     424 37.9% 02-Mar-00 21:14:10 +MBLIT.html
  163.     1128     598 46.9% 02-Mar-00 21:14:10 +MBLITMODE.html
  164.      640     401 37.3% 02-Mar-00 21:14:10 +MBLOCK.html
  165.     1115     590 47.0% 02-Mar-00 21:14:10 +MMASKSCROLLMODE.html
  166.     1974     953 51.7% 02-Mar-00 21:14:10 +MPICTUREDISSOLVEIN.html
  167.      630     376 40.3% 02-Mar-00 21:14:10 +MSBLOCKSCROLLBITMAPTOSHAPE.htm
  168.      630     376 40.3% 02-Mar-00 21:14:10 +MSBLOCKSCROLLSHAPETOBITMAP.htm
  169.      726     425 41.4% 02-Mar-00 21:14:10 +MSSCROLLCUT.html
  170.      655     414 36.7% 02-Mar-00 21:14:10 +MUSESHAPEBANK.html
  171.     1166     602 48.3% 02-Mar-00 21:14:10 +MSBLOCKSCROLL.html
  172.      582     361 37.9% 02-Mar-00 21:14:10 +MSBLOCKSCROLLSHAPE.html
  173.      620     377 39.1% 02-Mar-00 21:14:10 +MSMASKSCROLLBITMAPTOSHAPE.html
  174.      698     420 39.8% 02-Mar-00 21:14:10 +MSMASKSCROLLSHAPETOBITMAP.html
  175.     1156     585 49.3% 02-Mar-00 21:14:10 +MSMASKSCROLL.html
  176.      572     359 37.2% 02-Mar-00 21:14:10 +MSMASKSCROLLSHAPE.html
  177.      611     374 38.7% 02-Mar-00 21:14:10 +MSSCROLLBITMAPTOSHAPE.html
  178.      685     412 39.8% 02-Mar-00 21:14:10 +MSSCROLLSHAPETOBITMAP.html
  179.      508     346 31.8% 02-Mar-00 21:14:10 +MPOINTCOOKIE.html
  180.      416     278 33.1% 02-Mar-00 21:14:10 +MPOINTSHAPE.html
  181.      514     346 32.6% 02-Mar-00 21:14:10 +MPOINTSTENCIL.html
  182.     1162     579 50.1% 02-Mar-00 21:14:10 +MSSCROLL.html
  183.      565     361 36.1% 02-Mar-00 21:14:10 +MSSCROLLSHAPE.html
  184.      497     311 37.4% 02-Mar-00 21:14:10 +MPLOT.html
  185.      642     391 39.0% 02-Mar-00 21:14:10 +MPLOTCOOKIE.html
  186.      419     264 36.9% 02-Mar-00 21:14:10 +MPLOTSHAPE.html
  187.      676     399 40.9% 02-Mar-00 21:14:10 +MPLOTSTENCIL.html
  188.      415     279 32.7% 02-Mar-00 21:14:10 +MPOINT.html
  189.      661     410 37.9% 02-Mar-00 21:14:10 +MCLS.html
  190.      665     403 39.3% 02-Mar-00 21:14:10 +MCLSCOOKIE.html
  191.      365     258 29.3% 02-Mar-00 21:14:10 +MCLSSHAPE.html
  192.      670     405 39.5% 02-Mar-00 21:14:10 +MCLSSTENCIL.html
  193.     1397     791 43.3% 02-Mar-00 21:14:10 +MCPU.html
  194.      468     317 32.2% 02-Mar-00 21:14:10 +MBLOCKSCROLLCOOKIETOSTENCIL.ht
  195.      498     327 34.3% 02-Mar-00 21:14:08 +MBLOCKSCROLLSHAPETOBITMAP.html
  196.      467     316 32.3% 02-Mar-00 21:14:08 +MBLOCKSCROLLSTENCILTOCOOKIE.ht
  197.      440     295 32.9% 02-Mar-00 21:14:08 +MBLOCKSCROLLBITMAPTOSHAPE.html
  198.      495     330 33.3% 02-Mar-00 21:14:08 +MBLOCKSCROLLCOOKIE.html
  199.      468     326 30.3% 02-Mar-00 21:14:08 +MBLOCKSCROLLSHAPE.html
  200.      505     334 33.8% 02-Mar-00 21:14:08 +MBLOCKSCROLLSTENCIL.html
  201.      614     386 37.1% 02-Mar-00 21:14:08 +MBLOCKSCROLL.html
  202.      475     320 32.6% 02-Mar-00 21:14:08 +MMASKSCROLLCOOKIETOSTENCIL.htm
  203.      613     383 37.5% 02-Mar-00 21:14:08 +MMASKSCROLLSHAPETOBITMAP.html
  204.      475     319 32.8% 02-Mar-00 21:14:08 +MMASKSCROLLSTENCILTOCOOKIE.htm
  205.      535     346 35.3% 02-Mar-00 21:14:08 +MMASKSCROLLBITMAPTOSHAPE.html
  206.      471     316 32.9% 02-Mar-00 21:14:08 +MSCROLLCOOKIETOSTENCIL.html
  207.      569     360 36.7% 02-Mar-00 21:14:08 +MSCROLLSHAPETOBITMAP.html
  208.      471     317 32.6% 02-Mar-00 21:14:08 +MSCROLLSTENCILTOCOOKIE.html
  209.      538     337 37.3% 02-Mar-00 21:14:08 +MMASKSCROLLCOOKIE.html
  210.      431     292 32.2% 02-Mar-00 21:14:08 +MMASKSCROLLSHAPE.html
  211.      547     338 38.2% 02-Mar-00 21:14:08 +MMASKSCROLLSTENCIL.html
  212.      495     321 35.1% 02-Mar-00 21:14:08 +MSCROLLBITMAPTOSHAPE.html
  213.      858     497 42.0% 02-Mar-00 21:14:08 +MMASKSCROLL.html
  214.     2531    1186 53.1% 02-Mar-00 21:14:08 +MSCROLL.html
  215.      525     334 36.3% 02-Mar-00 21:14:08 +MSCROLLCOOKIE.html
  216.      419     285 31.9% 02-Mar-00 21:14:08 +MSCROLLSHAPE.html
  217.      536     337 37.1% 02-Mar-00 21:14:08 +MSCROLLSTENCIL.html
  218.      451     302 33.0% 02-Mar-00 21:14:08 +MAUTOBITMAPCLIP.html
  219.      621     403 35.1% 02-Mar-00 21:14:08 +MBITMAPCLIP.html
  220.      984     565 42.5% 02-Mar-00 21:14:08 +MGETABITMAP.html
  221.      978     566 42.1% 02-Mar-00 21:14:08 +MGETASHAPE.html
  222.      616     401 34.9% 02-Mar-00 21:14:08 +MSHAPECLIP.html
  223.      446     301 32.5% 02-Mar-00 21:14:08 +MAUTOSHAPECLIP.html
  224.      463     300 35.2% 02-Mar-00 21:14:08 +MCOOKIEXFLIP.html
  225.      459     301 34.4% 02-Mar-00 21:14:08 +MCOOKIEYFLIP.html
  226.      472     305 35.3% 02-Mar-00 21:14:08 +MSTENCILXFLIP.html
  227.      468     300 35.8% 02-Mar-00 21:14:08 +MSTENCILYFLIP.html
  228.      554     350 36.8% 02-Mar-00 21:14:08 +MAUTOSTENCILFLIP.html
  229.      542     346 36.1% 02-Mar-00 21:14:08 +MBITMAPXFLIP.html
  230.      538     339 36.9% 02-Mar-00 21:14:08 +MBITMAPYFLIP.html
  231.      533     340 36.2% 02-Mar-00 21:14:08 +MSHAPEXFLIP.html
  232.      529     338 36.1% 02-Mar-00 21:14:08 +MSHAPEYFLIP.html
  233.      545     347 36.3% 02-Mar-00 21:14:08 +MAUTOCOOKIEFLIP.html
  234.      422     286 32.2% 02-Mar-00 21:14:08 +MAUTOCOOKIEYFLIP.html
  235.      431     290 32.7% 02-Mar-00 21:14:08 +MAUTOSTENCILXFLIP.html
  236.      429     287 33.1% 02-Mar-00 21:14:08 +MAUTOSTENCILYFLIP.html
  237.      424     290 31.6% 02-Mar-00 21:14:08 +MAUTOCOOKIEXFLIP.html
  238.      790     459 41.8% 02-Mar-00 21:14:08 +MBITMAPSHAPE.html
  239.      761     446 41.3% 02-Mar-00 21:14:08 +MBITMAPWINDOW.html
  240.      789     457 42.0% 02-Mar-00 21:14:08 +MSHAPESBITMAP.html
  241.      751     442 41.1% 02-Mar-00 21:14:08 +MSHAPEWINDOW.html
  242.      583     370 36.5% 02-Mar-00 21:14:08 +MBITMAPWRAP.html
  243.      712     405 43.1% 02-Mar-00 21:14:08 +MCLUDGEBITMAPSTRUCT.html
  244.      700     406 42.0% 02-Mar-00 21:14:08 +MCLUDGESHAPESTRUCT.html
  245.      583     372 36.1% 02-Mar-00 21:14:08 +MCOPYC2PWINDOW.html
  246.     1200     650 45.8% 02-Mar-00 21:14:08 +MAUTOBITMAPWRAP.html
  247.     1193     651 45.4% 02-Mar-00 21:14:08 +MAUTOSHAPEWRAP.html
  248.      611     346 43.3% 02-Mar-00 21:14:08 +MFREECOOKIE.html
  249.      620     347 44.0% 02-Mar-00 21:14:08 +MFREESTENCIL.html
  250.      577     369 36.0% 02-Mar-00 21:14:08 +MSHAPEWRAP.html
  251.      428     294 31.3% 02-Mar-00 21:14:08 +MAUTOUSEBITMAPS.html
  252.      424     295 30.4% 02-Mar-00 21:14:08 +MAUTOUSESHAPES.html
  253.      797     443 44.4% 02-Mar-00 21:14:08 +MMAKECOOKIE.html
  254.      818     447 45.3% 02-Mar-00 21:14:08 +MMAKESTENCIL.html
  255.      426     291 31.6% 02-Mar-00 21:14:08 +MAUTOUSEC2PWINDOWS.html
  256.      715     431 39.7% 02-Mar-00 21:14:08 +MCLUDGEBITMAP.html
  257.      708     428 39.5% 02-Mar-00 21:14:08 +MCLUDGESHAPE.html
  258.      314     220 29.9% 02-Mar-00 21:14:08 +MUSEDBITMAP.html
  259.      311     220 29.2% 02-Mar-00 21:14:08 +MUSEDSHAPE.html
  260.      616     397 35.5% 02-Mar-00 21:14:08 +MBITMAPORIGIN.html
  261.      507     332 34.5% 02-Mar-00 21:14:08 +MUSEBITMAP.html
  262.      508     330 35.0% 02-Mar-00 21:14:08 +MUSEC2PWINDOW.html
  263.      316     218 31.0% 02-Mar-00 21:14:08 +MUSEDC2PWINDOW.html
  264.      504     335 33.5% 02-Mar-00 21:14:08 +MUSESHAPE.html
  265.      545     339 37.7% 02-Mar-00 21:14:08 +MADDRBITMAP.html
  266.      500     307 38.6% 02-Mar-00 21:14:08 +MADDRC2PWINDOW.html
  267.      537     336 37.4% 02-Mar-00 21:14:08 +MADDRSHAPE.html
  268.      408     275 32.5% 02-Mar-00 21:14:08 +MBITMAPHEIGHT.html
  269.      603     384 36.3% 02-Mar-00 21:14:08 +MHANDLE.html
  270.      405     274 32.3% 02-Mar-00 21:14:08 +MBITMAPWIDTH.html
  271.      678     399 41.1% 02-Mar-00 21:14:08 +MFREEBITMAP.html
  272.      720     415 42.3% 02-Mar-00 21:14:08 +MFREESHAPE.html
  273.      402     274 31.8% 02-Mar-00 21:14:08 +MSHAPEHEIGHT.html
  274.      399     273 31.5% 02-Mar-00 21:14:08 +MSHAPEWIDTH.html
  275.      415     278 33.0% 02-Mar-00 21:14:08 +MAUTOCOOKIE.html
  276.      442     295 33.2% 02-Mar-00 21:14:08 +MAUTOSTENCIL.html
  277.      966     568 41.2% 02-Mar-00 21:14:08 +MBITMAP.html
  278.      656     382 41.7% 02-Mar-00 21:14:08 +MFREEC2PWINDOW.html
  279.      670     419 37.4% 02-Mar-00 21:14:08 +MSHAPE.html
  280.     1955    1002 48.7% 02-Mar-00 21:14:08 +MC2P.html
  281.      950     542 42.9% 02-Mar-00 21:14:08 +MRESERVEBITMAPS.html
  282.      762     452 40.6% 02-Mar-00 21:14:08 +MRESERVEC2PWINDOWS.html
  283.     1223     670 45.2% 02-Mar-00 21:14:08 +MRESERVESHAPES.html
  284.      915     541 40.8% 02-Mar-00 21:14:08 +MC2PWINDOW.html
  285.      437     286 34.5% 02-Mar-00 21:14:08 +MC2PWINDOWHEIGHT.html
  286.      615     389 36.7% 02-Mar-00 21:14:08 +MC2PWINDOWNEWHEIGHT.html
  287.      434     286 34.1% 02-Mar-00 21:14:08 +MC2PWINDOWWIDTH.html
  288.    20842    7116 65.8% 02-Mar-00 21:14:08 +HISTORY.html
  289.      603     376 37.6% 02-Mar-00 21:14:10 +MADDTOXPARTICLES.html
  290.     1104     634 42.5% 02-Mar-00 21:14:08 +MC2PCPUMODE.html
  291.      587     375 36.1% 02-Mar-00 21:14:10 +MWRAPXPARTICLES.html
  292.      573     365 36.3% 02-Mar-00 21:14:10 +MWRAPYPARTICLES.html
  293.      826     489 40.7% 02-Mar-00 21:14:12 +MADDMODE.html
  294.     4273    1756 58.9% 02-Mar-00 21:14:12 +MZOOM.html
  295.      405     280 30.8% 02-Mar-00 21:14:12 +MZOOMBITMAPTOSHAPE.html
  296.      368     263 28.5% 02-Mar-00 21:14:12 +MZOOMSHAPE.html
  297.      407     283 30.4% 02-Mar-00 21:14:12 +MZOOMSHAPETOBITMAP.html
  298.    13349    5577 58.2% 02-Mar-00 21:14:08 +INFO.html
  299.    28433   10138 64.3% 02-Mar-00 21:21:06  index.html
  300.    20386    4609 77.3% 09-Apr-99 12:33:56 +Commands.txt
  301.    20752    6947 66.5% 02-Mar-00 21:00:16 +History.txt
  302.     9048    2523 72.1% 23-Mar-99 12:00:24 +Internal.txt
  303.   866403  105436 87.8% 02-Mar-00 20:51:58 +Mildred.ascii
  304.   184141   47772 74.0% 02-Mar-00 21:05:24 +Mildred.Guide
  305.     4092    1369 66.5% 07-Mar-99 23:19:24 +MildredStructs.txt
  306.     3711    3711  0.0% 20-Feb-00 18:59:06 +blitzrng.gif
  307.    12933   12933  0.0% 23-Feb-00 05:14:34 +LandTest.GIF
  308.     7583    7583  0.0% 22-Feb-00 04:51:22 +Paul3.GIF
  309.     9167    9167  0.0% 22-Feb-00 04:52:10 +Paul4.GIF
  310.    12039   12039  0.0% 22-Feb-00 04:52:42 +Paul5.GIF
  311.    10797   10797  0.0% 22-Feb-00 05:08:16 +Paul6.GIF
  312.     7527    7527  0.0% 23-Feb-00 05:20:46 +RotateTest.GIF
  313.     6098    6098  0.0% 23-Feb-00 04:59:50 +SplitTest.GIF
  314.   108985  108985  0.0% 09-Jan-99 23:35:14 +DissolveAnim3.GIF
  315.    10136   10136  0.0% 22-Feb-00 05:14:44 +Paul.GIF
  316.    10240   10240  0.0% 22-Feb-00 04:50:04 +Paul2.GIF
  317.    13318   13318  0.0% 26-May-99 14:42:40 +ScrollDemo.GIF
  318.    14802   14802  0.0% 23-Feb-00 05:23:24 +SnowDemo.GIF
  319.      898     898  0.0% 22-Feb-00 04:33:14 +UPDATED.GIF
  320.     7250    7250  0.0% 20-Feb-00 18:25:52 +yellowbar.GIF
  321.     6050    6050  0.0% 23-Feb-00 05:29:48 +ZoomDemo.GIF
  322.     4404    4404  0.0% 20-Feb-00 18:24:00 +Mildred.GIF
  323.     1162    1162  0.0% 20-Feb-00 17:00:30 +MildredSmall.GIF
  324.     4318    4318  0.0% 20-Feb-00 17:04:12 +mistressofchunkymagic.GIF
  325.    10603   10603  0.0% 26-May-99 14:42:26 +MScreen2.GIF
  326.      703     703  0.0% 22-Feb-00 04:24:08 +NEW.GIF
  327.     1823    1823  0.0% 26-May-99 14:42:30 +PixelExplosion.GIF
  328.     7867    7867  0.0% 26-May-99 14:42:34 +Remap.GIF
  329.     7693    7693  0.0% 26-May-99 14:41:24 +BounceDemo.GIF
  330.     7099    7099  0.0% 23-Feb-00 05:30:14 +DeResDemo.GIF
  331.     4284    4284  0.0% 26-May-99 14:42:10 +FD1.GIF
  332.     1735    1735  0.0% 26-May-99 14:42:10 +FD3.GIF
  333.      602     602  0.0% 26-May-99 14:42:12 +GravityExample.GIF
  334.     3482    3482  0.0% 19-Jan-00 01:11:52 +greenbar.GIF
  335.     1134    1134  0.0% 26-May-99 14:42:16 +HStarDemo.GIF
  336.    10683   10683  0.0% 23-Feb-00 05:05:08 +SlideShow.GIF
  337.     7908    7908  0.0% 26-May-99 14:41:22 +Bounce9.GIF
  338.   159871  159871  0.0% 23-Feb-00 03:59:58 +LandMap.lha
  339.   279048  279048  0.0% 23-Feb-00 03:39:50 +LandTest6.lha
  340.   163075  163075  0.0% 23-Feb-00 03:44:36 +LandTest7.lha
  341.    34429   34429  0.0% 23-Feb-00 04:18:22 +PixelExplosion4.lha
  342.   114199  114199  0.0% 28-Feb-00 04:31:12 +RainDemo.lha
  343.    40489   40489  0.0% 23-Feb-00 04:06:32 +RotateTest.lha
  344.   121123  121123  0.0% 23-Feb-00 04:46:16 +SnowDemo.lha
  345.    41910   41910  0.0% 23-Feb-00 03:22:00 +LandTest1.lha
  346.    50418   50418  0.0% 23-Feb-00 03:23:40 +LandTest2.lha
  347.    98112   98112  0.0% 23-Feb-00 03:25:52 +LandTest3.lha
  348.    86287   86287  0.0% 23-Feb-00 03:27:56 +LandTest4.lha
  349.   101438  101438  0.0% 23-Feb-00 03:30:34 +LandTest5.lha
  350.    10304   10304  0.0% 22-Feb-00 03:07:10 +MiniMildredSourceBB2.lha
  351.   309572  309572  0.0% 23-Feb-00 02:59:56 +SlideShow.lha
  352.   417851  417851  0.0% 23-Feb-00 02:44:12 +SplitTests.lha
  353.    34257   34257  0.0% 09-Apr-99 12:51:36 +CNKI.lha
  354.     3090    3090  0.0% 09-Jan-99 17:19:12 +FDsExample2.lha
  355.     5815    5815  0.0% 17-Jan-99 19:36:42 +GFXlib.lha
  356.     7399    7399  0.0% 08-Mar-99 03:06:20 +HStarDemo.lha
  357.   124432  124432  0.0% 02-Mar-00 21:16:56 +MildredHtml.lha
  358.     6201    6201  0.0% 22-Feb-00 03:08:44 +MildredTests.lha
  359.    10112   10112  0.0% 22-Feb-00 03:06:50 +MiniMildredSourceAsc.lha
  360.    84420   84420  0.0% 30-Mar-99 13:16:00 +ZoomDemo.lha
  361.    84444   84444  0.0% 30-Mar-99 14:24:00 +DeResDemo.lha
  362.    73620   73620  0.0% 03-Mar-99 02:11:46 +DispDemo.lha
  363.    15871   15871  0.0% 25-Dec-98 16:40:26 +FDsExample1.lha
  364.    10002   10002  0.0% 03-Mar-99 02:05:50 +GravityExample.lha
  365.    46996   46996  0.0% 07-Mar-99 02:57:26 +MScreen2.lha
  366.     3447    3447  0.0% 03-Mar-99 02:02:22 +PixelExplosion2.lha
  367.    20495   20495  0.0% 23-Mar-99 11:22:04 +SineExample.lha
  368.     7740    7740  0.0% 23-Mar-99 11:23:50 +Starfield2.lha
  369.     2252    2252  0.0% 03-Mar-99 02:07:30 +CyberGFX.lha
  370.    73891   73891  0.0% 03-Mar-99 01:48:56 +FDsExample3.lha
  371.     3546    3546  0.0% 03-Mar-99 01:51:12 +FDsExample4.lha
  372.   105474  105474  0.0% 02-Mar-00 20:55:58 +MildredSourceAsc.lha
  373.   104526  104526  0.0% 02-Mar-00 20:56:30 +MildredSourceBB2.lha
  374.    16152   16152  0.0% 26-May-99 14:32:40 +MiniMildred.lha
  375.     3317    3317  0.0% 03-Mar-99 01:56:54 +PixelExplosion.lha
  376.   213545  213545  0.0% 07-Mar-99 02:55:00 +ScrollDemo.lha
  377.   155641  155641  0.0% 07-Mar-99 02:52:34 +Bounce9.lha
  378.     9521    9521  0.0% 03-Mar-99 01:23:06 +BounceDemo.lha
  379.    23862   23862  0.0% 07-Mar-99 02:44:46 +CardTest.lha
  380.   165392  165392  0.0% 03-Mar-99 01:09:08 +DissolveDemo.lha
  381.    19526   19526  0.0% 07-Mar-99 02:35:26 +ILBMviewer.lha
  382.     2560    2560  0.0% 23-Mar-99 12:54:00 +Internal.lha
  383.    47810   47810  0.0% 02-Mar-00 21:06:16 +MildredGuide.lha
  384.    15877   15877  0.0% 07-Mar-99 02:42:08 +MScreen.lha
  385.   258091  258091  0.0% 07-Mar-99 02:48:44 +Remap.lha
  386.    20847    8178 60.7% 05-Mar-00 16:02:36  index.html.txt
  387.    64534   64534  0.0% 02-Mar-00 21:02:52 +Mildred.lha
  388.    36177   36177  0.0% 14-Dec-98 20:54:26 +OldHtml.lha
  389. -------- ------- ----- --------- --------
  390.  5619299 4541923 19.1% 07-Mar-100 11:13:54   312 files
  391.